inspector: use guint to fix the windows build
authorIgnacio Casal Quinteiro <icq@gnome.org>
Thu, 25 Feb 2016 14:25:19 +0000 (15:25 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Thu, 25 Feb 2016 14:25:19 +0000 (15:25 +0100)
gtk/inspector/general.c

index 571e46d97fc476713aca8cb5b970cafbfba96255..f4af0830e5daf521c5271b7426f004de2159efc9 100644 (file)
@@ -380,7 +380,7 @@ add_device (GtkInspectorGeneral *gen,
   char *text;
   GString *str;
   int i;
-  uint n_touches;
+  guint n_touches;
 
   box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 40);
   g_object_set (box,